home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pink Daily - The Pink Days
/
Pink Daily - The Pink Days.iso
/
mac
/
PinkData
/
RDa3.dir
/
00039_Script_39
< prev
next >
Wrap
Text File
|
1995-08-15
|
456b
|
30 lines
on setVO
set the volume of sound 1 = 200
end
on mainBGM
if not soundBusy(1) then
sound playFile 1,"intv.AIF"
setVO
end if
end
on gameBGM
if not soundBusy(1) then
sound playFile 1, "Gamem.AIF"
setVO
end if
end
on clickSE
-- puppetSound "SEclick.AIF"
sound playFile 2,"SEclick.AIF"
sound stop 1
end
on prvtBGM
if not soundBusy(1) then
sound playFile 1, "prvt.AIF"
setVO
end if
end